vr2-3-30.wrl
[ VRML source code ]
#VRML V2.0 utf8
#vr2-3-30.wrl
Transform {
children Shape {
appearance Appearance {
texture MovieTexture {
url "sn.mpg"
loop TRUE
startTime 1
}
}
geometry IndexedFaceSet {
coord Coordinate {
point [
1.5 1 0,
-1.5 1 0,
-1.5 -1 0,
1.5 -1 0
]
}
coordIndex [ 0, 1, 2, 3, -1 ]
}
}
}
Transform {
translation 1.75 0 0
rotation 0 1 0 0.7854
children DEF VFrame Shape {
appearance Appearance {
texture ImageTexture {
url "wood.gif"
}
}
geometry Box {
size 0.5 2.5 0.5
}
}
}
Transform {
translation -1.75 0 0
rotation 0 1 0 0.7854
children USE VFrame
}
Transform {
translation 0 1.25 0
rotation 1 0 0 0.7854
children DEF HFrame Shape {
appearance Appearance {
texture ImageTexture {
url "wood.gif"
}
}
geometry Box {
size 3.5 0.5 0.5
}
}
}
Transform {
translation 0 -1.25 0
rotation 1 0 0 0.7854
children USE HFrame
}